Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Generic OIDC accounts #897

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Conversation

IsaacCalligeros95
Copy link
Contributor

@IsaacCalligeros95 IsaacCalligeros95 commented Nov 25, 2024

This change adds support for generic Oidc accounts to the client for #project-generic-oidc

@CLAassistant
Copy link

CLAassistant commented Dec 2, 2024

CLA assistant check
All committers have signed the CLA.

@IsaacCalligeros95 IsaacCalligeros95 force-pushed the isaac/generic-oidc-accounts branch from 11ac956 to 2784fab Compare December 2, 2024 00:16
Comment on lines 17 to 21
[Writeable]
public string[] HealthCheckSubjectKeys { get; set; }

[Writeable]
public string[] AccountTestSubjectKeys { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be confusing for users, I know we excluded it on the UI but this allows the user to set something that has no discernable effect

Copy link
Contributor

@benPearce1 benPearce1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good, but I think we should remove the health and account test subject keys

@IsaacCalligeros95
Copy link
Contributor Author

This is good, but I think we should remove the health and account test subject keys

To prevent the resource mismatch errors I'd have up remove these fields from the resource in Server. I can do that but we'll end up with the mismatch being between the GenericOidcAccountDetails and Resource. Happy to remove this here if you'd prefer that.

@IsaacCalligeros95 IsaacCalligeros95 merged commit b536f79 into master Dec 3, 2024
15 checks passed
@IsaacCalligeros95 IsaacCalligeros95 deleted the isaac/generic-oidc-accounts branch December 3, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants